home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / WINHAK95.ZIP / PLUGINS / NORTON~1.WH < prev    next >
Encoding:
Text File  |  1996-04-15  |  593 b   |  28 lines

  1. // WinHacker Script
  2. // Copyright (c) 1996 Wedge Software
  3. //
  4. // Disables the NAV 95 Splash Screen
  5. //
  6.  
  7. [Main]
  8. Desc = Disables the Norton Antivirus 95 Splash Screen
  9. // StartMessage = 
  10. ExitMessage = Done.  Please restart your computer.
  11.  
  12. [Registry]
  13. Procs = 2
  14.  
  15. [RegistryProc#1]
  16. RootKey = HKEY_LOCAL_MACHINE
  17. Path = SOFTWARE\Symantec\Norton AntiVirus\Auto-Protect
  18. Item = DisableSplashScreen
  19. Action = WriteDword
  20. Value = 1
  21.  
  22. [RegistryProc#2]
  23. RootKey = HKEY_LOCAL_MACHINE
  24. Path = SOFTWARE\Symantec\Norton AntiVirus\Clinic
  25. Item = DisableSplashScreen
  26. Action = WriteDword
  27. Value = 1
  28.